+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
+Thu Jul 6 11:27:44 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/Makefile.am: Patch from George Liebl to
+ install all the headers in the right place.
+
Tue Jul 4 13:13:01 BST 2000 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: Add remaining sections. Completes
## Process this file with automake to produce Makefile.in
libgdkincludedir = $(includedir)/gdk
+libgdkx11includedir = $(includedir)/gdk/x11
INCLUDES = @STRIP_BEGIN@ \
-DG_LOG_DOMAIN=\"Gdk\" \
libgdkinclude_HEADERS = \
gdkx.h
+libgdkx11include_HEADERS = \
+ gdkdrawable-x11.h \
+ gdkwindow-x11.h \
+ gdkpixmap-x11.h
+
EXTRA_PROGRAMS = gxid
bin_PROGRAMS = @xinput_progs@
gxid_SOURCES = gxid.c
gxid_LDADD = $(LDADDS)
-
-install-data-local:
- $(mkinstalldirs) $(includedir)/gdk
- $(INSTALL_DATA) $(srcdir)/gdkx.h $(includedir)/gdk
- $(mkinstalldirs) $(includedir)/gdk/x11
- $(INSTALL_DATA) $(srcdir)/gdkprivate-x11.h $(includedir)/gdk/x11